Skip to main content
Version: 1.x.x

ExtractResponse


import { ExtractResponse } from "@hyper-fetch/core"

Description

Defined in types/fetch.types.ts:9

Preview

type ExtractResponse<T> = T extends Command<infer  D, any, any, any, any, any, any, any, any, any> ? D : never;

Structure

T extends Command<infer D, any, any, any, any, any, any, any, any, any> ? D : never